.banner-swiper {
    height: 500px;
}
.banner-swiper img.banner-swiper__img {
    height: 100%;
    object-fit: cover;
}

.newsAndLove {
}

.news {
    position: relative;
    float: left;
    width: 775px;
    overflow: hidden;
    padding-top: 20px;
    margin-right: 35px;
}

.list-header-container.news-title {
    position: relative;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.news-title .list-header{
    margin-right: 20px
}

.news-title h2 {
    background: url(../image/h2bg.jpg) left center no-repeat;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    width: 110px;
    padding-left: 35px;
    float: left;
}

.news-title ul {
    height: 45px;
    display: block;
    flex: 1 0 auto;
}

.news-title ul li {
    float: left;
    color: #333;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    width: 100px;
    margin-right: 7px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.news-title ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 43px;
}

.news-title ul li .news-title__box {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ccc;
    margin-right: 5px;
}

.news-title ul li.active,
.news-title ul li:hover {
    color: rgb(29, 32, 136);
}

.news-title ul li.active .news-title__box,
.news-title ul li:hover .news-title__box {
    background-color: rgb(29, 32, 136);
}

.news-list, news-center {
    max-height: 470px;
    overflow: hidden;
}
.news-center-newest {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.news-center-newest > .item-container {
    position: relative;
    flex: 0 0 auto;
    width: calc(50% - 5px);
    height: 210px;
}

.news-center-newest > .item-container + .item-container {
    margin-left: 10px;
}

.news-center-newest > .item-container > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
}
.news-center-newest > .item-container .item-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-center-newest > .item-container .item-date {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
}
.news-center-newest > .item-container .item-date > .item-date__month {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.news-center-newest > .item-container .item-date > .item-date__year {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.news-center-newest > .item-container .item-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 75px;
    box-sizing: border-box;
    padding: 26px 15px 7px;
    background: linear-gradient(180deg,rgba(21,21,21,0) 0%,rgba(11,11,11,0.8) 100%);
    color: #fff;
}
.news-center-newest > .item-container .item-title {
    font-size:14px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    line-height:20px;
}
.news-center-newest > .item-container .item-desc {
    font-size:12px;
    font-family:PingFangSC-Light,PingFang SC;
    font-weight:300;
    line-height:22px;
}
.news-center-list > .item-container {
    margin-top: 27px;
    position: relative;
    display: flex;
    height: 60px;
}
.news-center-list > .item-container .item-date {
    width: 60px;
    height: 100%;
    padding: 5px 0;
    border-right: 1px solid #BFBFBF;
    flex: 0 0 auto;
}
.news-center-list > .item-container .item-date .item-date__month {
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.news-center-list > .item-container .item-date .item-date__year {
    margin-top: 6px;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,0.25);
    line-height:22px;
}
.news-center-list > .item-container .item-content {
    padding: 5px 20px;
}
.news-center-list > .item-container .item-content .item-title {
    display: block;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.news-center-list > .item-container .item-content .item-desc {
    margin-top: 6px;
    display: block;
    font-size:14px;
    font-family:PingFangSC-Light,PingFang SC;
    font-weight:300;
    color:rgba(91,91,91,1);
    line-height:22px;
}

.news-list ul li {
    width: 368px;
    float: left;
    height: 56px;
    padding-top: 15px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e0e2e9;
    overflow: hidden;
    display: block;
    margin-right: 35px;
}

.news-list ul li:nth-child(2n) {
    margin-right: 0;
}

.news-list ul li .news-list__left {
    display: flex;
    flex-direction: column;
    width: 57px;
    height: 50px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: rgb(29, 32, 136);
    float: left;
}

.news-list ul li .news-list__left .news-list__leftBot {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.news-list ul li .news-list-right {
    width: 275px;
    display: block;
    float: right;
}

.news-list ul li .news-list-right a {
    display: block;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
}

.love {
    position: relative;
    float: left;
    width: 390px;
}

.love-top {
    padding: 20px 0;
}

.love-top__title {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}

.love-top__title h2 {
    background: url(../image/h2b.jpg) left center no-repeat;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    width: 170px;
    padding-left: 35px;
}

.love-top__title a {
    text-align: right;
    overflow: hidden;
    display: block;
    float: right;
    color: #999;
}

.love-info h2 {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dot #e1e1e1;
    font-size: 16px;
    font-weight: bold !important;
    display: block;
}

.love-info .love-swiper {
    height: 300px;
}

.love-swiper__item {
    height: 60px;
    line-height: 30px;
    border-bottom: 1px dashed #e1e1e1;
    box-sizing: border-box;
    display: block;
}
.love-swiper-item__top {
    display: flex;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size:16px;
}
.love-swiper-item__bot {
    display: flex;
    justify-content: space-between;
}
.love-swiper-item__bot span{
    color: #00000080;
    font-size:14px;
}

.love-bottom {
    margin-top: 1px;
}
.love-bottom a {
    display: block;
}
.love-bottom img {
    width: 100%;
    object-fit: cover;
}

.donation {
    margin-top: 20px;
}

.donation-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
.donation-top h2 {
    background: url(../image/h2bg.jpg) left center no-repeat;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    width: 170px;
    padding-left: 35px;
}

.donation-top a {
    text-align: right;
    overflow: hidden;
    display: block;
    color: #999;
}
*/

.donation-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.donation-list li {
    display: flex;
    /* height: 222px; */
    position: relative;
    overflow: hidden;
    flex-direction: column;
    color: #333;
    text-align: center;
}

.donation-list li a img {
    width: 212px;
    height: 222px;
}
.donation-list li p.donation-list__title a{
    color: rgb(29, 32, 136);
    margin-top: 15px;
}
.donation-list li p.donation-list__desc a {
    font-size:14px;
    color: #5B5B5B;
    margin-top: 5px;
}

.navTwo {
    margin-top: 20px;
}

.navTwo-bg {
    position: relative;
    background-color: rgb(29, 32, 136);
    height: 160px;
}

.navTwo-list {
    display: flex;
    width: 1200px;
    height: 100%;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;
}

.navTwo-list li {
    position: relative;
    line-height: 27px;
    width: 20%;
}


.navTwo-list li a {
    display: flex;
    margin: 0 auto;
    position: relative;
    flex: 1 1 auto;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.navTwo-list li a img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.navTwo-list li a p {
    font-size: 20px;
    display: block;
}

.navTwo-list li a i {
    font-size: 12px;
    color: #ffffff;
    display: block;
}

.section-top {
    width: 1200px;
    display: flex;
    margin-bottom: 20px;
}

.section-topItems {
    float: left;
    width: 380px;
}

.section-topItems + .section-topItems {
    margin-left: 30px;
}

.list-header-container,
.section-top__title {
    color: rgb(29, 32, 136);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.list-header,
.section-top__titleLeft {
    display: flex;
    justify-content: flex-start;
}

.list-header__dot,
.section-top__titleOne {
    width: 7px;
    height: 7px;
    background-color: orange;
    margin-top: 15px;
    margin-right: 10px;
}

.list-header__title,
.section-top__titleTop {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.list-header__subtitle,
.section-top__titleBot {
    font-size: 12px;
}

.more-button,
.section-top__titleRight {
    color: #ccc;
    font-size: 14px;
}
.news-m {
    position: absolute;
    top: 46px;
    right: 0px;
}
.section-top__items {
    min-height: 240px;
    margin-top: 20px;
}
.liet-empty {
    color: #bbb;
    text-align: center;
    height: 100%;
}

.section-top__item {
    padding: 10px 0;
    display: block;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}
.section-top__item a {
    display: flex;
    justify-content: space-between;
}
.section-top__item a {
    display: flex;
    justify-content: space-between;
}
.section-top__item a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden
}

.section-top__itemTime {
    width: 80px;
    text-align: right;
    flex: 0 0 auto;
    font-size: 14px;
    color: #ccc;
}

.section-botItems {
    /* margin-right: 35px; */
}

.section-botItems__video {
    width: 100%;
    height: 655px;
    background: #222;
    margin: 0 auto;
    box-sizing: border-box;
}
.atlas-of-love {
    margin-top: 30px;
    width: 100%;
    height: 185px;
}
.atlas-of-love .swiper-wrapper {
    transition-timing-function: linear;
}
.atlas-of-love-item {
}
.atlas-of-love-item.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner-swiper {
        height: 230px;
    }
    .news, .love {
        width: 100%;
    }
    .news-title .list-header {
        margin-right: 0;
    }
    .donation-list li a img {
        width: calc(50vw - 25px);
        height: calc(50vw - 25px);
        object-fit: cover;
    }
    .donation-list li:nth-of-type(n+3) {
        display: none;
    }
    .section-topItems {
        width: 100%;
    }
    .section-topItems + .section-topItems {
        margin-top: 20px;
        margin-left: 0;
    }
    .atlas-of-love {
        height: 240px;
    }
}
